home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFOPTIONSCHANNELDEFAULTSDLG / TFOPTIONSCHANNELDEFAULTSDLG.txt
Text File  |  2004-05-31  |  3KB  |  145 lines

  1. object fOptionsChannelDefaultsDlg: TfOptionsChannelDefaultsDlg
  2.   Left = 302
  3.   Top = 146
  4.   BorderStyle = bsDialog
  5.   Caption = 'fOptionsChannelDefaultsDlg'
  6.   ClientHeight = 220
  7.   ClientWidth = 385
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblChannelDefaults: TLabel
  20.     Left = 24
  21.     Top = 29
  22.     Width = 600
  23.     Height = 20
  24.     AutoSize = False
  25.     Caption = 'lblChannelDefaults'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object lblDefaultChannelUpdateFreq: TLabel
  34.     Left = 24
  35.     Top = 103
  36.     Width = 139
  37.     Height = 13
  38.     Caption = 'lblDefaultChannelUpdateFreq'
  39.   end
  40.   object lblDefaultAutoPurgeMax: TLabel
  41.     Left = 24
  42.     Top = 70
  43.     Width = 114
  44.     Height = 13
  45.     Caption = 'lblDefaultAutoPurgeMax'
  46.   end
  47.   object lblDefaultAutoPurgeMaxItems: TLabel
  48.     Left = 270
  49.     Top = 70
  50.     Width = 52
  51.     Height = 13
  52.     Caption = 'news items'
  53.   end
  54.   object lblDefaultChannelUpdateFreqMinutes: TLabel
  55.     Left = 270
  56.     Top = 103
  57.     Width = 37
  58.     Height = 13
  59.     Caption = 'Minutes'
  60.   end
  61.   object bvlBottom: TBevel
  62.     Left = 0
  63.     Top = 170
  64.     Width = 385
  65.     Height = 50
  66.     Align = alBottom
  67.     Shape = bsTopLine
  68.   end
  69.   object txtDefaultAutoUpdateFreq: TnbNumberEdit
  70.     Left = 190
  71.     Top = 98
  72.     Width = 47
  73.     Height = 21
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 2
  81.     Text = '5'
  82.     OnKeyPress = txtKeyPress
  83.   end
  84.   object updDefaultAutoUpdateFreq: TUpDown
  85.     Left = 237
  86.     Top = 98
  87.     Width = 16
  88.     Height = 21
  89.     Associate = txtDefaultAutoUpdateFreq
  90.     Min = 5
  91.     Max = 9999
  92.     Position = 5
  93.     TabOrder = 3
  94.     OnClick = updClick
  95.   end
  96.   object txtDefaultAutoPurgeMax: TnbNumberEdit
  97.     Left = 190
  98.     Top = 66
  99.     Width = 48
  100.     Height = 21
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clWindowText
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = []
  106.     MaxLength = 4
  107.     ParentFont = False
  108.     TabOrder = 0
  109.     Text = '100'
  110.     OnKeyPress = txtKeyPress
  111.   end
  112.   object updDefaultAutoPurgeMax: TUpDown
  113.     Left = 238
  114.     Top = 66
  115.     Width = 16
  116.     Height = 21
  117.     Associate = txtDefaultAutoPurgeMax
  118.     Min = 1
  119.     Max = 9999
  120.     Position = 100
  121.     TabOrder = 1
  122.     OnClick = updClick
  123.   end
  124.   object btnOK: TButton
  125.     Left = 212
  126.     Top = 184
  127.     Width = 75
  128.     Height = 25
  129.     Caption = 'btnOK'
  130.     Default = True
  131.     TabOrder = 4
  132.     OnClick = btnOKClick
  133.   end
  134.   object btnCancel: TButton
  135.     Left = 296
  136.     Top = 184
  137.     Width = 75
  138.     Height = 25
  139.     Cancel = True
  140.     Caption = 'btnCancel'
  141.     ModalResult = 2
  142.     TabOrder = 5
  143.   end
  144. end
  145.